Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove supplemental group for render that does not exist in the conta… #61

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

jgilfoil
Copy link
Owner

…iner

trying to solve why plex hw transcoding isn't working, getting error

…iner

trying to solve why plex hw transcoding isn't working, getting error
Copy link

--- kubernetes/apps/media/plex/app Kustomization: flux-system/plex HelmRelease: media/plex

+++ kubernetes/apps/media/plex/app Kustomization: flux-system/plex HelmRelease: media/plex

@@ -76,13 +76,12 @@

             fsGroupChangePolicy: OnRootMismatch
             runAsGroup: 568
             runAsNonRoot: true
             runAsUser: 568
             supplementalGroups:
             - 44
-            - 109
             - 100
     ingress:
       main:
         annotations:
           nginx.ingress.kubernetes.io/backend-protocol: HTTPS
         className: internal

Copy link

--- HelmRelease: media/plex Deployment: media/plex

+++ HelmRelease: media/plex Deployment: media/plex

@@ -35,13 +35,12 @@

         fsGroupChangePolicy: OnRootMismatch
         runAsGroup: 568
         runAsNonRoot: true
         runAsUser: 568
         supplementalGroups:
         - 44
-        - 109
         - 100
       hostIPC: false
       hostNetwork: false
       hostPID: false
       dnsPolicy: ClusterFirst
       nodeSelector:

@jgilfoil jgilfoil merged commit cc49dba into main Feb 27, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant